課程資訊
課程名稱
計算機程式
Computer Programming 
開課學期
106-1 
授課對象
電機工程學系  
授課教師
廖婉君 
課號
EE1004 
課程識別碼
901 10210 
班次
02 
學分
3.0 
全/半年
半年 
必/選修
必修 
上課時間
星期二6(13:20~14:10)星期三8,9(15:30~17:20) 
上課地點
博理112博理112 
備註
本系優先
限本系所學生(含輔系、雙修生)
總人數上限:80人 
Ceiba 課程網頁
http://ceiba.ntu.edu.tw/1061EE1004_02 
課程簡介影片
 
核心能力關聯
核心能力與課程規劃關聯圖
課程大綱
為確保您我的權利,請尊重智慧財產權及不得非法影印
課程概述

1.Intro. to computers and C++ programming
2.Control structure
3.Functions
4.Arrays
5.Pointers and Strings
6.Classes and data abstraction
7.Operator overloading
8.Inheritance
9.Virtual functions and polymorphism 

課程目標
This course is designed to be the first class for EE undergraduate students to learn how to program in C++. The course comes with a lecture plus hands-on lab every week. 
課程要求
Mid-term exam: 30%
Final exam: 30%
Homework and term project: 20%
Hands-on lab assignment: 10%
Quiz: 10%
Class participation: 5%

 
預期每週課後學習時數
 
Office Hours
 
指定閱讀
待補 
參考書目
Deitel & Deitel, “C++: How To Program, Late Objects Version” 7th ed., PEARSON, 2011 
評量方式
(僅供參考)
   
課程進度
週次
日期
單元主題
第1週
9/12,9/13  Chapters 1 and 2: Introduction to Computer Programming 
第2週
9/19,9/20  Judge Girl and Coding 
第3週
9/26,9/27  Chapter 3: Control Structure 
第4週
10/03,10/04  Chapter 4: Control Structure (cont) 
第5週
10/10,10/11  Chapter 5: Function 
第6週
10/17,10/18  Chapter 5 Function (cont) 
第7週
10/24,10/25  Chapter 6: Array 
第8週
10/31,11/01  Chapter 7: Pointer 
第9週
11/07,11/08  Midterm 
第10週
11/14,11/15  Chapter 9: Classes 
第11週
11/21,11/22  Chapter 9: Classes (cont) 
第12週
11/28,11/29  Chapter 10: Classes: A Deeper Look 
第13週
12/05,12/06  Chapter 11: Operator Overloading 
第14週
12/12,12/13  Chapter 11: Operator Overloading (cont) 
第15週
12/19,12/20  Chapter 11: Operator Overloading (cont) 
第16週
12/26,12/27  Chapter 12: Inheritance 
第17週
1/02,1/03  Chapter 13: Polymorphism 
第18週
1/9, 1/10  Final